Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove GlobalToastList wrapper directive. Add onChange callback. #16375

Merged

Conversation

cjcenizal
Copy link
Contributor

This fixes some bugs we had earlier by removing this system's dependency upon Angular altogether.

CC @pickypg This might affect how you build your banner notifications system.

@cjcenizal cjcenizal added Team:Platform-Design Team Label for Kibana Design Team. Support the Analyze group of plugins. v7.0.0 v6.3.0 labels Jan 29, 2018
@elasticmachine
Copy link
Contributor

💔 Build Failed

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

Copy link
Contributor

@bmcconaghy bmcconaghy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, but had a question about a skipped test.

@@ -61,7 +61,7 @@ export default function ({ getService, getPageObjects }) {
expect(spyToggleExists).to.be(true);
});

it('should show correct tag cloud data', async function () {
it.skip('should show correct tag cloud data', async function () {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be part of this PR?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was flaking out on me so I had to skip it. I recorded this in an issue here: #16383. The alternative would be to do this in master so we get a specific commit for this change, but I don't think that's necessary. What do you think?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm OK with piggybacking it. Small change.

@cjcenizal cjcenizal merged commit 86c5597 into elastic:master Jan 30, 2018
@cjcenizal cjcenizal deleted the improvement/global-toast-list-on-change branch January 30, 2018 17:15
cjcenizal added a commit to cjcenizal/kibana that referenced this pull request Jan 30, 2018
…stic#16375)

* Remove GlobalToastList wrapper directive. Add onChange callback.
* Skip flaky tag cloud test.
cjcenizal added a commit that referenced this pull request Jan 30, 2018
) (#16405)

* Remove GlobalToastList wrapper directive. Add onChange callback.
* Skip flaky tag cloud test.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team:Platform-Design Team Label for Kibana Design Team. Support the Analyze group of plugins. v6.3.0 v7.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants